
Miniweb
Source (link to git-repo or to original if based on someone elses unmodified work):
Miniweb is a Plasma widget that embeds a WebView (a Webkit-based embeded web
browser widget). It aims to display a compact webpage, mostly web-based apps
like micro-blogging, on your desktop.
Because most web apps are too large in size to fit in this tiny window, Miniweb
supports user agent disguise to make the web-sites think you are using a mobile device, so that you get the mobile versions of your favourite sites.
FEATURES
* Cookies saved
* User-agent customization, which helps accessing mobile versions of your favourite sites
* Automatically page refreshing
* An extensible framework that you can write Helpers for specific web sites to do tasks such as URL pre-processing
SOFTWARE REQUIREMENTS
* KDE 4.5 or later
* python-lxml 2.2.7 or later
INSTALL
To install:
[indent]$ plasmapkg -i plasma-miniweb-1.0.1.plasmoid[/indent]
To upgrade an existing installation:
[indent]$ plasmapkg -u plasma-miniweb-1.0.1.plasmoid[/indent]
(You may need to re-login KDE to make effect)
HOME PAGE
http://code.google.com/p/plasma-miniweb/
1.0.2
1. fixed the issue that Plasma crashes when removing a Miniweb plasmoid
2. user's customized size are now be saved
3. removed the BusyWidget on the right of the title, and use Applet's built-in busy indicator instead
4. changed the default refresh interval to 5 min
1.0.1
Fixed 2 issues:
1. Quote the encoded URL in the xdg-open's command line, to prevent external link from being truncated
2. Change the default user agent from iPhone4 to Nokia E51, because some feature supported by iPhone4 seem not to be supported by WebView, causing some sites, e.g. news.google.com, to malfunction
Ratings & Comments
13 Comments
Script initialization failed. I googled this and can't seem to get Miniweb to work.
It's work for me. I'm install python-lxml and relogin kde.
Thanks for this beauty, I already packaged it for Arch and Chakra.
Is it possible to get a transparent background on webpages (replacing white)?
when i tried to upload a image on wordpres.com, choosing a file,i got a plasma crash btw it's a nice stuff
i'm testing this plasmoid with google reader. links like: http://www.badtaste.it/index.php?option=com_content&task=view&id=18297&Itemid=86 clicking on the plasmoid becomes: http://www.badtaste.it/index.php?option=com_content
Thanks for your feedback. Please try the updated version 1.0.1. It should fix the issue.
yes it's fixed. I noticed you changed the user agent to symbian. Can you test the anroid user agent? It seems to work good for me: Mozilla/5.0 (Linux; U; Android 1.0; appLanguage; dream) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2
Thanks. I tried the Android user agent. I found it had the same problem with the iOS agent I used in the first place, that the links in news.google.com became unclickable.
ok i tested it and it opens external links in the default browser... very nice! now please can you add the possibility to put into panel as an icon? with this it will be perfect!
I think so, but unfortunately I didn't find a way to implement a PopupApplet with python so far. I will do some research, but may not work it out in the short run.
Take a look at the panel version of the Konsole applet, maybe that implementation is helpful: http://kde-look.org/content/show.php/Konsole+Applet?content=134569
does it opens external links in a new window (browser)? it would be very nice...